home *** CD-ROM | disk | FTP | other *** search
/ Minami 58 / MINAMI58.ISO / Varios / Juegos Flash / Gold Yard.exe / scripts / frame_8 / DoAction.as
Text File  |  2003-04-29  |  2KB  |  69 lines

  1. function infomessage(text)
  2. {
  3.    setProperty(_root.infobox, _alpha, 100);
  4.    _root.infobox.infomessage = text;
  5.    _root.infobox.gotoAndPlay("play");
  6. }
  7. function musicoff()
  8. {
  9.    _root.slotfx.gotoAndPlay("on");
  10.    _root.soundtrack_movie.music = 0;
  11.    _root.soundtrack_movie.gotoAndStop("off");
  12.    _root.infomessage("Music : OFF");
  13.    _root.mainmenu.musicswitch.gotoAndStop("off");
  14.    _root.musicswitch.gotoAndStop("off");
  15. }
  16. function musicon()
  17. {
  18.    _root.slotfx.gotoAndPlay("on");
  19.    _root.soundtrack_movie.music = 1;
  20.    _root.soundtrack_movie.gotoAndStop("on");
  21.    _root.infomessage("Music : ON");
  22.    _root.mainmenu.musicswitch.gotoAndStop("on");
  23.    _root.musicswitch.gotoAndStop("on");
  24. }
  25. function graphic_quality(quality)
  26. {
  27.    _root.slotfx.gotoAndPlay("on");
  28.    _quality = quality;
  29.    _root.infomessage("Graphics : " + quality + " Quality");
  30.    _root.resolution.gotoAndStop(quality);
  31. }
  32. function difficulty_level_function(level)
  33. {
  34.    _root.menuover = "";
  35.    _root.difficulty_level = level;
  36.    _root.firsttime = 1;
  37.    _root.library.gotoAndStop("game_ini");
  38.    _root.gotoAndStop("room1");
  39. }
  40. function restore_health()
  41. {
  42.    _root.menu_over = "";
  43.    _root.energy.energy = 100;
  44.    _root.energy.gotoAndStop(1);
  45. }
  46. function restart()
  47. {
  48.    var i = 0;
  49.    while(i < 20)
  50.    {
  51.       _root["droid" + i].gotoAndStop("left");
  52.       i++;
  53.    }
  54.    _root.library.direction = "left";
  55.    _root.firsttime = 0;
  56.    _root.mainmenu.gotoAndStop("main");
  57.    _root.gotoAndStop("startgame");
  58. }
  59. function back(frame_label)
  60. {
  61.    _root.errorfx.gotoAndPlay("on");
  62.    _root.menuover = "";
  63.    _root.mainmenu.gotoAndStop(frame_label);
  64. }
  65. a;
  66. "c" < (b >= undefined) || 1();
  67. firsttime = 0;
  68. stop();
  69.